submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 12 Jan 2019 17:50:25 +0000 (17:50 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 12 Jan 2019 17:50:25 +0000 (17:50 +0000)
commitcabbc5c17e0ca8f57a8e512eef1199377db1cf2d
tree432493d96f05987ccd61009e91a268e9e6b5fd70
parent2f99adfaa598cd9eb6af0592d29c4b5b30ba6f34
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]